'Declaration
Public Function New( _ ByVal provider As FlexGridDetailProvider(Of TItem), _ ByVal parentRow As GridRow _ )
public GridDetailRow<TItem>( FlexGridDetailProvider<TItem> provider, GridRow parentRow )
Parameters
- provider
- The provider.
- parentRow
- The associated row.